A program to find and report all badly matched openers and closers plus assignment/equality confusions in a C source file. This utility will operate on any file which ends in the suffix ".c". It will generate a new file with the original file name plus the suffix ".check" which contains the output comments from the utility. It specifically comments on unbalanced openings and closings of brackets, braces, etc., and specifically looks for the use of "=" rather than "==" inside decision statements. If the "Verbose" option is selected, the utility will comment on the placement of opening and closing braces which are not vertically aligned in the source code.